os/exec.Cmd.writerDescriptor (method)

3 uses

	os/exec (current package)
		exec.go#L279: 	return c.writerDescriptor(c.Stdout)
		exec.go#L286: 	return c.writerDescriptor(c.Stderr)
		exec.go#L289: func (c *Cmd) writerDescriptor(w io.Writer) (f *os.File, err error) {